home *** CD-ROM | disk | FTP | other *** search
- Path: bignews.shef.ac.uk!not-for-mail
- From: secb2%teach@dcs.shef.ac.uk (Allatt MD)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Slight problem with DICE
- Date: 17 Apr 1996 14:05:21 GMT
- Organization: Department of Computer Science, University of Sheffield
- Message-ID: <4l2tr1$a60@bignews.shef.ac.uk>
- NNTP-Posting-Host: suna30.dcs.shef.ac.uk
- X-Newsreader: TIN [version 1.2 PL2]
-
- I'm having a slight problem with my DICE compiler -
-
- In my source code I have the line :
-
- IntuitionBase=OpenLibrary("intuition.library",37L);
-
- This is fine as far as all the magazines I have read, and all other sources of
- information as well, but my compiler keeps giving me a int-ptr conversion
- warning regarding the 37L part. This is getting extremely annoying as I want
- to test-run my programs with GoldED before I compile them in full, but
- GoldED will not allow you to run a program that displays a warning unless I
- play around with the arexx macro, but I don't really want to do that.
- Does anyone know what I'm doing wrong?
-
- Matt
-